home *** CD-ROM | disk | FTP | other *** search
/ So Who's Dr. Rabbit? / SWDR_1.iso / pc / swdrmov / pg1213.dxr / 01213 Scripts.Int_55_--FS go theway of.ls < prev    next >
Encoding:
Text File  |  1997-07-28  |  1.6 KB  |  61 lines

  1. global gFSediting, gCurLocation, gFSLable
  2.  
  3. on mouseUp
  4.   case gFSLable of
  5.     #SnackTrivia:
  6.       UnsetCursors(myScript)
  7.       puppetTransition(member "Center Out Trans" of castLib "JMH Images Ext")
  8.       set gFSLable to #Did1
  9.       if gFSediting then
  10.         go("SnackTrivia")
  11.       else
  12.         GotoLocation(GetActivity(gCurLocation, #SnackTrivia))
  13.       end if
  14.     #Did1:
  15.       UnsetCursors(myScript)
  16.       puppetTransition(member "Center Out Trans" of castLib "JMH Images Ext")
  17.       set gFSLable to #Did2
  18.       if gFSediting then
  19.         go("Did1")
  20.       else
  21.         GotoSection(gCurLocation, "Did1")
  22.       end if
  23.     #Did2:
  24.       UnsetCursors(myScript)
  25.       puppetTransition(member "Center Out Trans" of castLib "JMH Images Ext")
  26.       set gFSLable to #Did3
  27.       if gFSediting then
  28.         go("Did2")
  29.       else
  30.         GotoSection(gCurLocation, "Did2")
  31.       end if
  32.     #Did3:
  33.       UnsetCursors(myScript)
  34.       puppetTransition(member "Center Out Trans" of castLib "JMH Images Ext")
  35.       set gFSLable to #Did4
  36.       if gFSediting then
  37.         go("Did3")
  38.       else
  39.         GotoSection(gCurLocation, "Did3")
  40.       end if
  41.     #Did4:
  42.       UnsetCursors(myScript)
  43.       puppetTransition(member "Center Out Trans" of castLib "JMH Images Ext")
  44.       set gFSLable to #Did5
  45.       if gFSediting then
  46.         go("Did4")
  47.       else
  48.         GotoSection(gCurLocation, "Did4")
  49.       end if
  50.     #Did5:
  51.       UnsetCursors(myScript)
  52.       puppetTransition(member "Center Out Trans" of castLib "JMH Images Ext")
  53.       set gFSLable to #Did6
  54.       if gFSediting then
  55.         go("Did5")
  56.       else
  57.         GotoSection(gCurLocation, "Did5")
  58.       end if
  59.   end case
  60. end
  61.